From f25b5c056e18646fea6d4b1315e11b7880461051 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 24 Sep 2012 16:51:57 -0400 Subject: [PATCH] 3.6.0 --- NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 549bca0c0b..bb01dac9ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +Overview of Changes in GTK+ 3.6.0 +================================= + +* Add support for blur to CSS shadows + +* Bugs fixed: + 679883 When printing Custom paper sizes GTK Print Dialog... + 684258 Crash when calling gtk_application_set_menubar twice + 684606 GtkMenuButton: implement rtl flipping + 684607 GtkSearchEntry: flip the clear icon in rtl + Fix style context path for internal buttons + +* Translation updates: + Bengali + Brazilian Portuguese + Bulgarian + Catalan + Catalan (Valencian) + Czech + Galician + German + Gujarati + Hebrew + Hindi + Kannada + Kyrgyz + Latvian + Malayalam + Punjabi + Russian + Serbian + Telugu + + Overview of Changes in GTK+ 3.5.18 ================================== diff --git a/configure.ac b/configure.ac index 43b93267fb..2f805f97e1 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ # set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0. m4_define([gtk_major_version], [3]) -m4_define([gtk_minor_version], [5]) -m4_define([gtk_micro_version], [19]) +m4_define([gtk_minor_version], [6]) +m4_define([gtk_micro_version], [0]) m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) -- 2.30.2